Skip to main content

releaseEipCheck

Description

Release eip check.

Request Method

GET

Request Path

/customer/eip/release/check

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
instanceIdQueryStringYesNo sample value for this parameter. instance id
regionIdQueryStringYesNo sample value for this parameter. region id

Return data

NameTypeSample valueDescription
resultobject`{"instanceId":"eip-nj3ddpsw411y4vmmkukl4","regionId":"cn-wulan-sta1-d01","bandwidth":1.0,"billingMethod":"PayAsYouGo","lineType":"BGP","networkType":"Public","expiredTime":237730011576}`result
resultCodestring0result code
resultMsgstringsuccessresult message

Example

Successful Response example

{
"result":
{
"instanceId":"eip-nj3ddpsw411y4vmmkukl4",
"regionId":"cn-wulan-sta1-d01",
"bandwidth":1.0,
"billingMethod":"PayAsYouGo",
"lineType":"BGP",
"networkType":"Public",
"expiredTime":237730011576
},
"resultCode":"0",
"resultMsg":"success"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}